SharedPointer< I > Class Template Reference

Inheritance diagram for SharedPointer< I >:
Inheritance graph
[legend]
Collaboration diagram for SharedPointer< I >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SharedPointer (I *ptr, bool remember=true)
 SharedPointer (const SharedPointer &)
 SharedPointer ()
 ~SharedPointer ()
I * operator= (I *ptr)
SharedPointer< I > & operator= (const SharedPointer< I > &)
 operator I * () const
I * operator-> () const
template<class T >
T * cast () const

Protected Attributes

I * ptr

template<class I>
class VSTGUI::SharedPointer< I >


Constructor & Destructor Documentation

SharedPointer ( I *  ptr,
bool  remember = true 
) [inline]
SharedPointer ( const SharedPointer< I > &  other  )  [inline]
SharedPointer (  )  [inline]
~SharedPointer (  )  [inline]

Member Function Documentation

T* cast (  )  const [inline]
operator I * (  )  const [inline]
I* operator-> (  )  const [inline]
SharedPointer< I > & operator= ( const SharedPointer< I > &  _ptr  )  [inline]
I * operator= ( I *  ptr  )  [inline]

Member Data Documentation

I* ptr [protected]

The documentation for this class was generated from the following file:

Generated on Fri Nov 22 11:09:59 2013 for VSTGUI by  doxygen 1.6.1